home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / sedit226.zip / EDITOR.HLP < prev    next >
Text File  |  1995-01-24  |  7KB  |  170 lines

  1. *            THIS IS THE EDITOR HELP FILE - DO NOT MODIFY
  2. *
  3. *                    Cursor Motion Keys
  4. *
  5. #4 left one space
  6. #6 right one space
  7. #8 up one line
  8. #2 down one line
  9. #1 end of line
  10. #7 beginning of line
  11. #3 scroll down one screen
  12. #9 scroll up one screen
  13. #5 fast motion toggle
  14. #T left one word
  15. #V right one word
  16. #X up five lines
  17. #R down five lines
  18. #Q end of file
  19. #W beginning of file
  20. #S end of file
  21. #Y beginning of file
  22. *
  23. *                    Editor Control Keys   < PgDn for more >
  24. *
  25. ^A set place mark
  26. ^B bracket match {, (, [, <, or /*
  27. ^C change case
  28. ^D delete character
  29. #. delete character
  30. ^E delete to end of line
  31. ^F find next occurrence of search string
  32. ^H destructive backspace
  33. ^I tab
  34. ^J join next line to current line
  35. ^K cut current line at cursor 
  36. ^L return to previously set place mark
  37. ^M insert new line
  38. ^N edit next file in ring
  39. ^O goto other window when screen is split
  40. ^P edit previous file in ring
  41. ^Q quit without saving file
  42. ^R redo previous undo
  43. ^S swap current and next character
  44. ^T toggle insert/replace
  45. #0 toggle insert/replace
  46. ^U undo changes to last line
  47. ^V view only lines starting in 1st column
  48. ^W write file to disk
  49. ^X delete line
  50. ^? delete line
  51. ^Y split screen
  52. ^Z zap word
  53. #N zap word
  54. %A alternate binary representation
  55. %E execute last macro
  56. %G go again repeats last command
  57. %J join next line to current line
  58. %K enter next char literally 
  59. %P position cursor at previous location
  60. %Q restore current line from undo record
  61. %R re flow paragraph
  62. %S split line at cursor
  63. %T teach new macro
  64. %V view only changed lines
  65. %W view lines containing search str
  66. %X enter control or extended character
  67. %Z zero command multiplier
  68. %0_-%9 enter command multiplier
  69. *
  70. *                         Block Manipulation Keys
  71. *
  72. %B mark column block start, end
  73. %C copy marked block
  74. %D delete marked block
  75. %F fill B marked block
  76. %L mark line(s) start, end
  77. %M move marked block
  78. %N normal mark start, end
  79. %O overlay B marked block
  80. %U un mark block
  81. %Y yank back deleted block
  82. ^_ shift B marked block right
  83. ^^ shift B marked block left
  84. #x move B marked block up
  85. #r move B marked block down
  86. #t move B marked block left
  87. #v move B marked block right
  88. *
  89. * Command Line Operations (requires text input so terminate line with a return) 
  90. *
  91. ^[ goto or leave command line
  92. *
  93. *                       Change current line
  94. *number                                 goto line number n
  95. *+number                                down n lines 
  96. *-number                                up n lines 
  97. *
  98. *                       Change current column offset
  99. *@number                                start at column n
  100. *@+number                               scroll left n columns 
  101. *@-number                               scroll right n columns 
  102. *
  103. * Search and Replace.
  104. */str1[/-bclr] return                   find string str (/ actually any unused punct)
  105. *c/str1/str2[/-bclr] return             replace str1 with str2
  106. *                     The optional search suffixes are
  107. */-                                     search up (down is the default)
  108. */b                                     search marked block only        
  109. */c                                     ignore case
  110. */l                                     loop through all files
  111. */r                                     interpret as regular expression
  112. *
  113. * For regular expressions the following symbols have special meaning
  114. * ^ start of line                       $ end of line
  115. * . any character                       \ quote next character
  116. * * match zero or more times            + match one or more times
  117. * [aei0-9]   match a,e,i and 0 through 9
  118. * [^aei0-9]  match anything but a,e,i and 0 through 9
  119. * (  )       sub expression
  120. * a(ab)*b    matches ab aabb aababb aabababb etc.
  121. *
  122. *e name1,name2,...[-brfl]               add other files to ring 
  123. *edit name1,name2,...[-brfl]            add other files to ring
  124. *                     The optional edit suffixes are
  125. *-b                                     binary mode
  126. *-r                                     read only
  127. *-f num                                 first line is line number num (-r implied) 
  128. *-l num                                 last line is line number num (-r implied)
  129. *    
  130. *?                                      activates this help file
  131. *cfg                                    show and modify editor configuration
  132. *configure                              show and modify editor configuration
  133. *e [*.*]                                display directory and choose one to edit
  134. *edit [*.*]                             display directory and choose one to edit 
  135. *help                                   activates this help file 
  136. *m name                                 insert named file at current location 
  137. *merge name                             insert named file at current location 
  138. *quit                                   exit without saving changes
  139. *r name                                 rename current file to name
  140. *rename name                            rename current file to name 
  141. *up arrow                               previous command line entered
  142. *down arrow                             next command line entered 
  143. *col num1 [+-*/] num2                   fill block with result of column math
  144. *fill string                            fill B marked block with string
  145. *sort col                               sort lines using field col as key
  146. *hex num                                convert decimal num to hex 
  147. *dec num                                convert hex num to decimal
  148. *os command                             send command to operating system
  149. *any other string                       sent to operating system
  150. *
  151. *        For more extensive descriptions of commands and capabilities 
  152. *                     consult the file editor.tex
  153. *
  154. *         UNIX, VMS, DOS, Extended DOS and OS/2 PM versions available
  155. *
  156. *
  157. *            THIS PROGRAM WAS WRITTEN BY THOMAS W. STEINER
  158. *              COPYRIGHT 1992 - 1994, ALL RIGHTS RESERVED
  159. *        THERE IS NO WARRANTY OF ANY KIND. USE AT YOUR OWN RISK.
  160. *        THIS IS NOT FREEWARE. TO REGISTER YOUR COPY SEND $25 TO 
  161. *
  162. *                             T.W. Steiner
  163. *                          312 - 1230 Haro St.
  164. *                       Vancouver, BC, V6E - 4J9  
  165. *                                Canada
  166. *                         e-mail steiner@sfu.ca
  167. *
  168. *        Upon receiving your registration I will send you source 
  169. *        code if you want it as well as any future upgrades.
  170.